Keysight VISA.NET Help
ReadLineBinaryBlockOfInt16(Int16[],Int64) Method



An array of signed 16-bit integers allocated by the calling program.
The index in the output data array where the first element is stored.
Read an array of signed 16-bit integers from the formatted I/O read buffer and store the elements into data starting at index. Then read and discard characters up to and including the next newline character.
Syntax
'Declaration
 
Overloads Function ReadLineBinaryBlockOfInt16( _
   ByVal data() As Short, _
   ByVal index As Long _
) As Long
'Usage
 
Dim instance As IMessageBasedFormattedIO
Dim data() As Short
Dim index As Long
Dim value As Long
 
value = instance.ReadLineBinaryBlockOfInt16(data, index)
long ReadLineBinaryBlockOfInt16( 
   short[] data,
   long index
)
int64 ReadLineBinaryBlockOfInt16( 
   array<short>^ data,
   int64 index
) 

Parameters

data
An array of signed 16-bit integers allocated by the calling program.
index
The index in the output data array where the first element is stored.

Return Value

The actual number of elements stored the output data array.
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025